Skip to content

Conversation

adamroberge
Copy link

print(f"Accuracy on training set: {check_accuracy(train_loader, model)*100:2f}") This line had a missing "." for the number of decimals.

print(f"Accuracy on training set: {check_accuracy(train_loader, model)*100:2f}")
This line had a missing "." for the number of decimals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant